home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / gnuplothel / replot < prev    next >
Text File  |  1995-02-14  |  498b  |  18 lines

  1. replot:
  2.  
  3. Synopsis: Re-draw the current plot-window.
  4.  
  5. Syntax: replot ( I ) or replot ( A, KeyTitles, I ) or replot ( X, Y, I )
  6.  
  7. Description:
  8.  
  9.     Re-draws the I:th plot-window. It can also be
  10.     used to superinpose a new plot on an old plot.
  11.  
  12.     replot( I );            replot the I-th plot-window
  13.     replot( A, KeyTitles, I );    superinpose new plot on the I-th plot-window
  14.     replot( X, Y, I );        superinpose new plot on the I-th plot-window
  15.  
  16.     If 'I' is not specified the default plot-window (0) is used.
  17.  
  18. See Also: plot